home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / accs / mdisk / mdisk20d.doc < prev    next >
Encoding:
Text File  |  1980-12-31  |  5.3 KB  |  146 lines

  1. Documentation for M-Disk 2.0 for Atari ST
  2. =========================================
  3.  
  4. M-Disk provides
  5.   - a sizable removable multi-function ramdisk
  6.   - a floppy disk copy program
  7.   - a harddisk backup program
  8.   - a harddisk cache program (optional)
  9. all in one program.
  10.  
  11. If you know Moshe Braner's Flexcopy, then you may view M-Disk as a RamDisk
  12. with integrated Flexcopy and Harddisk-Cache. The Flexcopy part is now even
  13. more flexible: You may read/write disks with a different numbers of FAT
  14. sectors, such as OS/2-compatible Disks.
  15.  
  16. Included files:
  17. ===============
  18.  
  19.   - MDISK.ACC      (the program)
  20.   - MDISKSET.TOS   (setup for M-Disk, see below)
  21.   - MDISK20A.DOC   (this document)
  22.  
  23. Installing the RamDisk:
  24. =======================
  25.  
  26. Move MDISK.ACC to the root directory of your boot disk, then reboot.
  27. Now there's a Desk Accessory entry "M-Disk 2.0a", that lets you select
  28. a size for your ramdisk. Enter a size, then click "Install". Now M-Disk
  29. is active. Install a disk Icon for M-Disk, so you can click on it. M-Disk
  30. is always on drive M.
  31.  
  32. Copying from/to the M-Disk:
  33. ===========================
  34.  
  35. Since Floppy Disks are soooooo slow, there is an option to load/save a whole
  36. Floppy Disk at once. This will make a plain copy of all files an directories,
  37. destroying the whole prior contents. The serial number of the Disk, however
  38. is not changed. The load/save option actually is the clou of the program.
  39. It will save you lots of time.
  40.  
  41. Use as Disk Copier:
  42. ===================
  43.  
  44. First load the source disk into M-Disk, then save onto the target disk.
  45. Most common floppy formats are supported. The formats of the source and
  46. target disks need not be the same, so you can quick and easy copy
  47. a single sided disk to a double sided or IBM PS/2 or 800 KB Disk. You may
  48. even copy a double sided to a single sided disk, if the target disk has
  49. enough space.
  50.  
  51. Use as Backup Program:
  52. ======================
  53.  
  54. Backup:
  55.   You probably won't Backup the whole Hard disk at once, so select the
  56.   part, you want to save, then install an M-Disk, that is big enough to
  57.   hold your data. If you make it small enough to fit on your floppy disk,
  58.   you can copy files from the Harddisk to M-Disk until M-Disk is full.
  59.   Now save the data with the "save onto disk" option onto a floppy.
  60.   HINT: Use the cache.
  61. Restore:
  62.   Load your Backup Disk into M-Disk (with "load disk"). Then copy the files
  63.   from M-Disk to your Hard Disk. This is *much* faster, than copying
  64.   directly from floppy to harddisk.
  65. Incremental Backup:
  66.   Load your (old) backup floppy into M-Disk. Delete some files, copy new
  67.   versions from the harddisk to M-Disk. When your finished, save the result
  68.   again onto your floppy.
  69.  
  70. Using the Harddisk Cache:
  71. =========================
  72.  
  73. When you boot with the M-Disk accessory, it will install a small and simple
  74. (LRU) cache for Drives C - F. The cacheing takes place in a 32k buffer, that
  75. will not be available, if the cache is totally locked (see below).
  76.  
  77. Whenever you change the cached drives, the cache is completely reinitialized.
  78. So if you for some reason want to kill the cache contents, you may simply
  79. change the drives list.
  80.  
  81. STOP ! 
  82. >>>>>>>>> Be sure to cache only fixed media. The cache will ignore
  83. >>>>>>>>> media changes on the cached drives.
  84. STOP ! 
  85.  
  86. Only directories (root+folders) and small files are cached by M-Disk.
  87. The Cache is big enough to catch all the directories that you need for
  88. your work on a special application. It may be not big enough to cache
  89. all the directories on a partition.
  90.  
  91. Customizing M-Disk
  92. ==================
  93.  
  94. You may want to set up your own startup-defaults for M-Disk. This can be
  95. done with MDISKSET.TOS. Put MDISKSET.TOS into one directory with MDISK.ACC,
  96. the click on it. It will ask you some questions about the defaults you want
  97. to use.
  98.  
  99. You may also totally deactivate the cache here, by answering NO to the
  100. "provide cache" question. In this case, no space is allocated for cache.
  101.  
  102. An alternative may be, to anwer YES, but don't install any drives to cache.
  103. In this case, the buffer is allocated at boot time and you may install
  104. cache for your drives later.
  105.  
  106. WARNING:
  107. ========
  108.  
  109. TurboDos has Problems with M-Disk since it seems to ignore all
  110. media change signals from drives > 'B'. Don't use M-Disk with
  111. TurboDos.
  112.  
  113. Use FATSPEED with M-Disk's cache and you will get TurboDos speed
  114. without TurboDos.
  115.  
  116. Disclaimer:
  117. ===========
  118.  
  119. WARNING: I'm using this program every day, but I do not make any warranty
  120.          with respect to this documentation and the program it describes.
  121.          I disclaim any implicit/explicit suggestions of usefulness for any
  122.          particular purpose. I will not be responsible for any damages or
  123.          data lossage caused by using this program. If you want to use it,
  124.          use it at your own risk.
  125.  
  126. This Program may be distributed freely, as long, as this documentation goes
  127. unchanged with it. It may not be sold.
  128.  
  129.   Christoph Strunk
  130.   Wartburgstr. 10
  131. D-4630 Bochum 7
  132.   (West Germany)
  133.  
  134.   BITNET: STRUNK@DBNUAMA1
  135.  
  136. Changes from 2.0a to 2.0b:
  137.    no more bombs while reading to/from odd buffers
  138.  
  139. Changes from 2.0b to 2.0c:
  140.    no more bombs when double-clicking the "Ok" button
  141.    (buttons are no longer "touchexit")
  142.  
  143. Changes from 2.0c to 2.0d:
  144.    no more bombs when trying to load from (or save to) an unformatted disk.
  145.    speed up GEM routines.
  146.